home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Q-R / RPN Calculator.cpt / RPN Calculator / card_7406.txt < prev    next >
Text File  |  1988-09-16  |  899b  |  25 lines

  1. -- card: 7406 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 2499
  5. -- name: Trig
  6. ----- HyperTalk script -----
  7. on openCard
  8.   put "Trig" into field "Title"
  9. end openCard
  10.  
  11.  
  12.  
  13. -- part contents for background part 1
  14. ----- text -----
  15. The [deg] and [rad] keys set the angle mode for the trig functions.  The current mode is displayed in the field at the upper right of the keyboard.  The default mode is radians.
  16.  
  17. The [inv] key works with [sin], [cos], and [tan];  this is indicated by the lighter background.  Pressing the [inv] key and then a trig function will calculate the inverse function value (e.g. arctan).
  18.  
  19. When you click in [inv], the inverse flag is set and "I" appears in a small indicator rectangle beneath the Deg-Rad indicator.  Clicking on the "I" will reset the inverse flag if it was activated by mistake.
  20.  
  21.  
  22.  
  23. -- part contents for background part 6
  24. ----- text -----
  25. Trig